Skip to content

Add unzipped function variant for direct JPG access without ZIP extraction#1

Open
isaacgounton wants to merge 5 commits intoGetting-Automated:mainfrom
isaacgounton:main
Open

Add unzipped function variant for direct JPG access without ZIP extraction#1
isaacgounton wants to merge 5 commits intoGetting-Automated:mainfrom
isaacgounton:main

Conversation

@isaacgounton
Copy link

Overview
This PR adds a new function variant (pdf-to-jpg-converter-unzipped) that returns individual JPG images directly in the response instead of packaging them in a ZIP file. This simplifies integration with n8n by eliminating the need for ZIP extraction. (in my case the impossibility to install jszip)

Changes
Added lambda_function_unzipped.py with modified response format that returns individual images
Created build_and_deploy_unzipped.sh deployment script for the unzipped variant
Added n8n code example (n8n-get-file-code-node.js) for processing the unzipped response
Updated README.md with documentation for both function variants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant